I am using SQL Server 2008 R2. I think I am missing ACT_HI_IDENTITYLINK and ACT_HI_VARINST remain missing in my case. ACT_EVT_LOG and ACT_RE_MODEL gets created.
I think it would be best if the upgrade scripts had IF EXISTS/ IF NOT EXISTS check (though that is probably not why these tables are not getting created). I also end up missing some columns in tables that have been modified - e.g. the TENANT_ID_ column. And, all text/ image datatypes remain as such while these have been upgraded to varchar(max) and varbinary(max), respectively.