Oh yea, almost forgot. In order to rerun the upgrade process after you’ve done this you’ll need to open up the wp_options table in phpMyAdmin and look for the ‘db_version’ option and change the option_value from 6124 to what it previously was in your backup. That should properly fix the everything for you.
Ryan
Just wanted to point out that I had the same problem. I did some looking around the code and some debugging and turns out my FTP crapped out half way through updating the wp-admin folder, so when I went to run the upgrade process half of the files were updated so it was correctly returning the version number, but the wp-admin/includes/ folder (which included the schema.php file) was missing so it didn’t have anything to properly upgrade to.
Ryan