What you posted is part of the deployment report that gets printed if the deployer finds errors during startup. This report rarely gives any clues as to what went wrong, only that it did go wrong. Earlier in the console log you should see exception stack traces - post the first one. Note that you might have to increase the buffer size for your terminal top catch the first exception (if the buffer is too small it will scroll out of the buffer).
Looks like you did not create the necessary tables for your app within the database. And please post only the very first exception stack trace, and post the complete entry (the first one you posted omitted the log data, such as the timestamp, log type and class name).