My user profile pages have many fields in them. Is it possible to add in additional "save profile" buttons so that they are not required to scroll all the way down to the bottom to save one field?
Yes sure this is possible. Add html brick into profile form and add submit element into that brick. For example: Code: <input type="submit" value="Save Profile" name="_submit_" id="_submit_-1">