I am receiving the following error:

1146 Table 'scrap16_store.configuration' doesn't exist
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from configuration]

Now I know the database exists, I put it there. So does that table, I checked. My configure.php file is configured correctly (path, username, password) and it works on my localhost but not online. Any idea as to why?