I ran into this moving my wordpress install from WAMP (localhost), but searching here did not help.
If you have a similar situation, check your table prefix for capital letters.
This is where I found the solution
As I was importing the sql file exported from my local install, I used global find/replace to change all table prefix values to lower case. Also check the the table prefix in wp-config is lower case.
-JEDs