So what exactly does this mean? The other card does have it and so when you load the module it just gets loaded and works as expected and this one doesn’t and this load causes it to crash? (Maybe tries to actually access the card module which does not exist?)
In a nutshell, you are correct.
The scsi driver tries to access the scsi module, but it's not present and the scsi driver cannot handle the situation so crashes.
Had the same problem myself a good while ago...