If you just copied your old db to the new repack then take the spellfixes table from the new repack and replace the current one you have with it. (if you travel to your mysql data folder you can find all your tables and such there, just copy the files for the spell fixes table from the new repack and paste them over your current tables.)
If i am correct in guessing that you are trying to use your old db on the newer core then you will most likely encounter many other issues as well. Such mounts not working along with vendors and such.
If you know a fair amount of sql, you should be capable of writing a few queries to add any columns you are missing and rename any tables that are named improperly.
Best way to do this is go through and check all the columns in the tables and make sure they match the new db, if they don't just add whats needed (you may be missing some values though.)