I'm not sure I understand - are you making your own changes to the submodule too? If so these should show up as a conflict.
If you mean that it's only the customer who is making changes to the submodule, and those are getting pulled in, that's because they're committing & pushing changes to the submodule commit that is tracked in the branch you're working on, in which case SourceTree should be updating your local copy, because that's what the branch says should be the case. If the customer is pushing unstable changes to the submodule then they should probably be using another branch in the parent repository to update the commit that it tracks, rather than pushing the tracking change to a shared, presumed stable, branch.
If you check out a different submodule commit all the time, or if SourceTree didn't update the submodule for you, this would show up constantly as a local change (which presumably you'd just manually avoid committing). I could add an option not to update the submodules to the correct state, but this just seems a bit of a band-aid for what could be handled more appropriately upstream with a different branch for tracking those unstable changes in the submodule.
This issue comes up again and again in posts here and on the web in general. Developers are not always in the position to restructure the repo, particularly when they join an existing project. If Git allows this setup, whether it's the right approach or not, SourceTree should suppot it.