That kind of error is often associated with a database that is configured to be strict, where the code saving to the database does not supply a required column (and assumes null will be inserted).
Having said that, I always configure databases as strict and have not encountered that error on install. Such an error is more often encountered in application or addon code that was developed or maintained on a database that was not configured strict and then used on a site where the database is strict.
I also usually install from the concrete CLI.