Antwerp - If you open your backup SQL file in a text editor, you should be able to see what part is the table structure and what part is the actual data. If you just delete the table structure parts, the data might be able to be inserted without problems. The only conflict I could think of is the id column of the quotes table, which is the same number as the quoteid column of the quoteratings table. If new quotes have been added to your database since you upgraded, you'll have to adjust these numbers to avoid conflict (any number will work, as long as it's consistent). Be sure to backup your current database before you try anything.
expatdirectory - Try the "Rebuild Quote Counts" option in your control panel. If you open the product XML file in a text editor and search for the name of the template (quote_randomquote for the home page, quote_listbit for the main quotes page, etc.) you'll find the default template and should be able to spot the portion that handles ratings. Look for this:
HTML Code:
<if condition="$quoteitpermissions['canratequotes']">