The Moodle SCORM player does not have any built-in mechanism to allow you to hook custom JS onto it, or fire any postMessage events based on SCORM actions. You would have to either customize mod/scorm/datamodels/scorm_12.js, or the mod/scorm/player JS files if you wanted to be able to catch any of the SCORM events and do something additional with them.